Created
March 9, 2017 22:07
-
-
Save jameslkingsley/88043202d00c4b465480d20958650d04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class CfgPatches { | |
class arc_insignia { | |
ammo[] = {}; | |
units[] = {}; | |
weapons[] = {}; | |
requiredVersion = 1.60; | |
author[] = {"Brap"}; | |
authorUrl = "http://arcomm.co"; | |
requiredAddons[] = {"ace_common"}; | |
}; | |
}; | |
class CfgUnitInsignia { | |
class ARCOMM { | |
displayName = "ARCOMM"; | |
author = "Brap"; | |
texture = "\arc_insignia\arc_insignia.paa"; | |
textureVehicle = ""; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment