[Feat] Modules Update (#268)

* add new module slot

* update priority

* sprites + changes in system

* sprites on SMGs + fix examine

* sprite fix
This commit is contained in:
CaypenNow
2024-04-04 18:44:55 +05:00
committed by GitHub
parent 543bbe0c94
commit 4938553945
23 changed files with 275 additions and 74 deletions

View File

@@ -19,7 +19,8 @@ public partial class WeaponModulesComponent : Component
[Serializable, NetSerializable]
public enum ModuleVisualState : byte
{
Module
BarrelModule,
HandGuardModule
}
[Serializable, NetSerializable]