santutu
santutu
fast pgi always return default collection. i have made that it can use custom collection. https://laravel.com/docs/9.x/eloquent-collections#custom-collections
Usecase easily track ActiveState changing. Simple Usage ` fsm.OnActiveStateChanged += (state)=> Debug.Log(state.name); ` I didn't add invoking event method in ActiveState's setter for minimum code changing. I added it in...
I suggest to add an Active StateChanged event to StateMachine class to track the state. I took a quick look at the code, and I think it would be possible...