添加插件
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Obi
|
||||
{
|
||||
public interface IObiJobHandle
|
||||
{
|
||||
void Complete();
|
||||
void Release();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user