mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
Cleanup unused method
This commit is contained in:
parent
16223c9986
commit
c5fa0d44ca
1 changed files with 0 additions and 19 deletions
|
@ -57,25 +57,6 @@ public class TaskMeta : IComponent
|
||||||
public string Error { get; private set; }
|
public string Error { get; private set; }
|
||||||
public int DataIndex { get; private set; } = 0;
|
public int DataIndex { get; private set; } = 0;
|
||||||
|
|
||||||
public void Fulfill<T>(T obj)
|
|
||||||
{
|
|
||||||
/*Status = TaskStatus.Succeeded;
|
|
||||||
|
|
||||||
Result = obj;
|
|
||||||
|
|
||||||
_game.LuaRuntime.QueueEvent("task_finish", LK =>
|
|
||||||
{
|
|
||||||
LK.PushString(Guid.ToString());
|
|
||||||
|
|
||||||
ObjectManager.PushObject(LK, obj);
|
|
||||||
LK.SetMetaTable(Name);
|
|
||||||
|
|
||||||
LK.PushNil();
|
|
||||||
|
|
||||||
return 3;
|
|
||||||
});*/
|
|
||||||
}
|
|
||||||
|
|
||||||
public void Fulfill(Action<Lua> lk)
|
public void Fulfill(Action<Lua> lk)
|
||||||
{
|
{
|
||||||
Status = TaskStatus.Succeeded;
|
Status = TaskStatus.Succeeded;
|
||||||
|
|
Loading…
Reference in a new issue