terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnEnable()

void MultiplayerWithBindingsExample.PlayerManager.OnEnable ( )
inlineprivate

Definition at line 13 of file PlayerManager.cs.

14 {
15 if (!true)
16 {
17 }
18 PlayerActions playerActions = PlayerActions.CreateWithKeyboardBindings();
19 this.keyboardListener = playerActions;
20 PlayerActions playerActions2 = PlayerActions.CreateWithJoystickBindings();
22 }
class f__AnonymousType0<< Count > j__TPar

References MultiplayerWithBindingsExample.PlayerActions.CreateWithJoystickBindings(), MultiplayerWithBindingsExample.PlayerActions.CreateWithKeyboardBindings(), and j__TPar.