Upload from upload_mods.ps1
This commit is contained in:
7
KFAttached/KFUtilAttached/WeaponDataHandlerBase.cs
Normal file
7
KFAttached/KFUtilAttached/WeaponDataHandlerBase.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
public abstract class WeaponDataHandlerBase : MonoBehaviour
|
||||
{
|
||||
public abstract void SetColor(Color color);
|
||||
public abstract void SetText(string text);
|
||||
}
|
||||
Reference in New Issue
Block a user