update
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user