【add】主入口初始化
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace EPOOutline.Demo
|
||||
{
|
||||
public interface ICollectable
|
||||
{
|
||||
void Collect(GameObject collector);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user