AGS.Editor.NativeProxy.NewGameLoaded C# (CSharp) Method

NewGameLoaded() public method

public NewGameLoaded ( Game game ) : void
game AGS.Types.Game
return void
        public void NewGameLoaded(Game game)
        {
            _native.NewGameLoaded(game);
        }