Battle_Script_Pro.Form1.CalculateDamageSuperCommand C# (CSharp) Method

CalculateDamageSuperCommand() private method

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