예제 #1
0
        public override void Initialize()
        {
            var registry = GameRegistry.ForMod(this);

            registry.RegisterCommand(new SampleCommand());
        }