squash commits
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace UMA
|
||||
{
|
||||
public interface IUMAEventHookup
|
||||
{
|
||||
void HookupEvents(SlotDataAsset slot);
|
||||
void Begun(UMAData umaData);
|
||||
void Completed(UMAData umaData,GameObject slotObject);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user