| | |
| | | }); |
| | | }); |
| | | |
| | | appdomain.DelegateManager.RegisterDelegateConvertor<UnityEngine.Events.UnityAction<bool>>((act) => |
| | | { |
| | | return new UnityEngine.Events.UnityAction<bool>((arg0) => |
| | | { |
| | | ((System.Action<bool>)act)(arg0); |
| | | }); |
| | | }); |
| | | |
| | | appdomain.DelegateManager.RegisterDelegateConvertor<UnityEngine.Events.UnityAction<float>>((act) => |
| | | { |
| | | return new UnityEngine.Events.UnityAction<float>((arg0) => |
| | | { |
| | | ((System.Action<float>)act)(arg0); |
| | | }); |
| | | }); |
| | | |
| | | appdomain.DelegateManager.RegisterDelegateConvertor<UnityEngine.Events.UnityAction<string>>((act) => |
| | | { |
| | | return new UnityEngine.Events.UnityAction<string>((arg0) => |
| | | { |
| | | ((System.Action<string>)act)(arg0); |
| | | }); |
| | | }); |
| | | } |
| | | |
| | | public void LaunchStart() |