Ejemplo n.º 1
0
        public static DebugState GetState()
        {
            DebugState state = new DebugState();

            DebugApi.GetStateWrapper(ref state);
            return(state);
        }