8 lines
89 B
C#
8 lines
89 B
C#
|
|
using UnityEngine;
|
|
|
|
public interface IDailyRoutine
|
|
{
|
|
public void EventEnter();
|
|
}
|