Upload from upload_mods.ps1
This commit is contained in:
6
KFAttached/KFUtilAttached/WeaponColorControllerBase.cs
Normal file
6
KFAttached/KFUtilAttached/WeaponColorControllerBase.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public abstract class WeaponColorControllerBase : MonoBehaviour
|
||||
{
|
||||
public abstract bool setMaterialColor(int renderer_index, int material_index, int nameId, Color data);
|
||||
}
|
||||
Reference in New Issue
Block a user