1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 15:24:10 +02:00

Added action

This commit is contained in:
Brian Fiete 2020-05-08 07:32:15 -07:00
parent df4e61ea67
commit 626a6346c1

View file

@ -518,6 +518,8 @@ namespace System
}
}
delegate void Action();
struct DeferredCall
{
public int64 mMethodId;