Add StickGame Assets
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace FishNet.Observing
|
||||
{
|
||||
/// <summary>
|
||||
/// States which observer(s) can change to.
|
||||
/// </summary>
|
||||
internal enum ObserverStateChange : byte
|
||||
{
|
||||
Unchanged = 0,
|
||||
Added = 1,
|
||||
Removed = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user