9 lines
88 B
C#
9 lines
88 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public enum rotation_mode_enum
|
|
{
|
|
Local = 0,
|
|
World = 1
|
|
}
|