This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
6 lines
176 B
Ucode
6 lines
176 B
Ucode
// Can't share fire mod classes with many guns, cuz destorying one of them will unload its assets
|
|
class NiceM4203MBulletFire extends NiceM4203BulletFire;
|
|
defaultproperties
|
|
{
|
|
}
|