17 lines
439 B
C#
17 lines
439 B
C#
|
using UnityEngine.Networking;
|
||
|
|
||
|
namespace ABI.CCK.Interface
|
||
|
{
|
||
|
public class ModuleBuilder
|
||
|
{
|
||
|
/*public static async string CreateModule()
|
||
|
{
|
||
|
string objectId;
|
||
|
using (UnityWebRequest uwr = UnityWebRequest.Post("https://gateway.abi.network/v1/IWorkshop/CreateModuleForMaintainer", values))
|
||
|
{
|
||
|
|
||
|
}
|
||
|
return objectId;
|
||
|
}*/
|
||
|
}
|
||
|
}
|