Battle_Script_Pro.Form1.CalculateDamageSuperCommand C# (CSharp) 메소드

CalculateDamageSuperCommand() 개인적인 메소드

private CalculateDamageSuperCommand ( ) : byte[]
리턴 byte[]
        private byte[] CalculateDamageSuperCommand()
        {
            return new byte[] { 04, 05, 06, 07 };
        }
Form1