예제 #1
0
        public static void GoToWarBaseEditorState()
        {
            WarBaseEditorState warBaseEditorState = new WarBaseEditorState();

            warBaseEditorState.StartTransitionToWarBase();
        }
예제 #2
0
 public unsafe static long $Invoke2(long instance, long *args)
 {
     WarBaseEditorState.GoToWarBaseEditorState();
     return(-1L);
 }