コード例 #1
0
ファイル: MTN.cs プロジェクト: KamtarGaming/smapi-mod-dump
        public void CreateTemplate(string command, string[] args)
        {
            if (args.Length < 1)
            {
                Monitor.Log($"Invalid command.");
                return;
            }

            CustomManager.CreateTemplate(args[0], Helper, Monitor);
        }