initial upload
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public enum MovementTransferOnJump
|
||||
{
|
||||
None = 0,
|
||||
InitTransfer = 1,
|
||||
PermaTransfer = 2,
|
||||
PermaLocked = 3
|
||||
}
|
||||
Reference in New Issue
Block a user