riversong code showcase
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using Unity.Mathematics;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public class WorldCritterHerdsState
|
||||
{
|
||||
public List<int2> EligibleCenters { get; } = new();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user