Added comment

This commit is contained in:
ColdEvul 2016-03-02 16:41:45 +01:00
parent e7ec87d284
commit b91897de3b
2 changed files with 3 additions and 1 deletions

View File

@ -280,6 +280,7 @@ class CfgVehicles {
GVAR(canLoad) = 0;
};
//Plastic and metal case
class PlasticCase_01_base_F: Items_base_F {
GVAR(size) = 1; // 1 = small, 2 = large
GVAR(canLoad) = 1;

View File

@ -85,7 +85,8 @@ class CfgVehicles {
GVAR(canCarry) = 0;
GVAR(canDrag) = 0;
};
//Plastic and metal case
class PlasticCase_01_base_F: Items_base_F {
class EventHandlers {
class CBA_Extended_EventHandlers: CBA_Extended_EventHandlers {};