pocketpy/plugins/unity/Assets/PocketPy/JsonRpcServer.cs
blueloveTH 5fe61c2e11 up
add unity package

update gitignore

up

Update CHANGELOG.md
2022-12-05 22:25:50 +08:00

12 lines
152 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace pkpy
{
public abstract class JsonRpcServer
{
}
}