17 lines
No EOL
439 B
C#
Executable file
17 lines
No EOL
439 B
C#
Executable file
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;
|
|
}*/
|
|
}
|
|
} |