public static Color[] GetColors(this Camouflage @this)
 {
     return(new Color[]
     {
         CamouflageHelper.QueryColor(@this, "colors/c0").Value,
         CamouflageHelper.QueryColor(@this, "colors/c1").Value,
         CamouflageHelper.QueryColor(@this, "colors/c2").Value,
         CamouflageHelper.QueryColor(@this, "colors/c3").Value,
     });
 }
Ejemplo n.º 2
0
 public static Color GetArmorColor(this NationalCustomizationDatabase @this)
 {
     return(CamouflageHelper.QueryColor(@this, "armorColor", 0xff).Value);
 }