1
This commit is contained in:
16
Assets/Artists/Scripts/Item/AssetableAttachment.cs
Normal file
16
Assets/Artists/Scripts/Item/AssetableAttachment.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using BITFALL;
|
||||
using BITFALL.Guns.Modify;
|
||||
using UnityEngine;
|
||||
|
||||
namespace BITFALL.Items
|
||||
{
|
||||
public class AssetableAttachment : AssetableItem
|
||||
{
|
||||
[Header(nameof(AssetableAttachment))]
|
||||
[SerializeReference, SubclassSelector] private GunModifyElement type;
|
||||
|
||||
public GunModifyElement Type => type;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user