using Godot;
using System.Collections.Generic;


namespace Rokojori
{  
  public class NetworkSessionEvent
  {
    public long memberIndex;
  }
}