Skip to content

Commit e4dd73a

Browse files
committed
chore(oyster): config file added
Used to upgrade Oyster to the latest version.
1 parent b5d1682 commit e4dd73a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.oyster.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"description": "A micro-framework for creating Behavior Trees based upon the builder pattern",
3+
"displayName": "Fluid Behavior Tree",
4+
"keywords": [
5+
"ai",
6+
"behavior tree",
7+
"builder pattern"
8+
],
9+
"oysterVersion": "2.1.0",
10+
"packageName": "com.fluid.behavior-tree",
11+
"packageScope": "com.fluid",
12+
"unityVersion": "2018.1",
13+
"author": {
14+
"name": "Ash Blue",
15+
"email": "ash@blueashes.com",
16+
"url": "https://twitter.com/ashbluewd"
17+
},
18+
"repo": {
19+
"gitUrl": "https://github.com/ashblue/fluid-behavior-tree",
20+
"gitUrlNoHttp": "github.com/ashblue/fluid-behavior-tree"
21+
}
22+
}

0 commit comments

Comments
 (0)