예제 #1
0
 private static void SaveToGameConstantsFilePrepare([NotNull] string gameConstantsFilePath)
 {
     DamageUtility.CleanDamageDeclaration(gameConstantsFilePath);
     ArmourUtility.CleanArmourDeclaration(gameConstantsFilePath);
     DamageToArmourUtility.CleanDamageToArmourDeclaration(gameConstantsFilePath);
 }