Skip to content

Commit 4ecac72

Browse files
committed
nit
1 parent b127f49 commit 4ecac72

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Runtime/Agent.cs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
namespace Activ.GOAP{
44

5-
public interface Agent
6-
{ Func<Cost>[] Actions(); }
5+
public interface Agent{
6+
Func<Cost>[] Actions();
7+
}
78

8-
public interface Parametric
9-
{ Action[] Functions(); }
9+
public interface Parametric{
10+
Action[] Functions();
11+
}
1012

1113
public interface Clonable<T>{
1214
T Allocate ();

0 commit comments

Comments
 (0)