001a16cf32
feat: add new logic EC_World.
7 lines
369 B
C#
7 lines
369 B
C#
namespace BrewMonster.Scripts.Task
|
|
{
|
|
public interface TaskInterface
|
|
{
|
|
bool Init(object[] pActiveListBuf, int iActiveListLen, object[] pFinishedListBuf, int iFinishedListLen, object[] pFinishedTimeListBuf, int iFinishedTimeListLen, object[] pFinishedCountListBuf, int iFinishedCountListLen, object[] pStorageTaskListBuf, int iStorageTaskListLen);
|
|
}
|
|
} |