rj-action-library/Runtime/Networking/Session/NetworkSessionEvent.cs

11 lines
145 B
C#

using Godot;
using System.Collections.Generic;
namespace Rokojori
{
public class NetworkSessionEvent
{
public long memberIndex;
}
}