This commit is contained in:
2026-02-16 15:53:20 -05:00
parent 3b8f32c19b
commit acbefc568c
4 changed files with 51 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
using System;
using Photon.Realtime;
using System;
namespace PhotonLogger.Core;
@@ -14,5 +15,6 @@ public class Message
{
public long Time { get; set; }
public MessageType Type { get; set; }
public string Server { get; set; }
public object Data { get; set; }
}