示例#1
0
        public void A_state_machine_is_inspected_via_reflection()
        {
            Type type = typeof(ExampleStateMachine);

            var inspector = new StateMachineTypeInspector();

            _details = inspector.GetStateMachineDetails(type);
        }
示例#2
0
        public void A_state_machine_is_inspected_via_reflection()
        {
            Type type = typeof(ExampleStateMachine);

            var inspector = new StateMachineTypeInspector();

            _details = inspector.GetStateMachineDetails(type);
        }