Created
November 25, 2013 21:33
-
-
Save vbawol/7649272 to your computer and use it in GitHub Desktop.
for new items
This file contains 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 Land_HBarrier_large; | |
class Land_HBarrier5: Land_HBarrier_large | |
{ | |
model = "\ca\misc2\HBarrier5.p3d"; | |
icon = "\Ca\misc2\data\Icons\icon_hescoBarrier5_ca.paa"; | |
mapSize = 7; | |
displayName = "H-barrier"; | |
GhostPreview = "Land_HBarrier5Preview"; | |
}; | |
class Land_BagFenceCorner; | |
class Land_BagFenceRound: Land_BagFenceCorner | |
{ | |
model = "\ca\misc2\BagFenceRound.p3d"; | |
icon = "\Ca\misc3\data\Icons\icon_fortBagFenceRound_ca.paa"; | |
displayName = "Bag Fence (round)"; | |
vehicleClass = "Fortifications"; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment