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

PaletteColoursChanged() public method

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