7 lines
75 B
C#
7 lines
75 B
C#
public enum MegaUpdateMode
|
|
{
|
|
Update = 0,
|
|
LateUpdate = 1,
|
|
OnRender = 2
|
|
}
|