riversong code showcase
This commit is contained in:
11
Source/Riversong/Game/World/Agents/Critters/CritterState.cs
Normal file
11
Source/Riversong/Game/World/Agents/Critters/CritterState.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public struct CritterState
|
||||
{
|
||||
public bool IsCritter;
|
||||
|
||||
public int CritterDefinitionId;
|
||||
|
||||
public int LockId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user