Battle_Script_Pro.Form1.CalculateDamageSuperCommand C# (CSharp) Méthode

CalculateDamageSuperCommand() private méthode

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