Skip to content

Commit 1819891

Browse files
authored
Update README.md
1 parent dd6ec15 commit 1819891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public class MyGoapAction : ReGoapAction<string, object>
128128
preconditions.Set("myPrecondition", myValue);
129129
effects.Set("myEffects", myValue);
130130
}
131-
public override void Run(IReGoapAction<string, object> previous, IReGoapAction<string, object> next, IReGoapActionSettings<string, object> settings, ReGoapState<string, object> goalState, Action<IReGoapAction<string, object>> done, Action<IReGoapAction<string, object>> fail)
131+
public override void Run(IReGoapAction<string, object> previous, IReGoapAction<string, object> next, ReGoapState<string, object> settings, ReGoapState<string, object> goalState, Action<IReGoapAction<string, object>> done, Action<IReGoapAction<string, object>> fail)
132132
{
133133
base.Run(previous, next, goalState, done, fail);
134134
// do your own game logic here

0 commit comments

Comments
 (0)