mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
12 lines
152 B
C#
12 lines
152 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace pkpy
|
|
{
|
|
public abstract class JsonRpcServer
|
|
{
|
|
|
|
}
|
|
}
|