mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
11 lines
206 B
C#
Executable File
11 lines
206 B
C#
Executable File
using Mirage.NetworkProfiler.ModuleGUI.UITable;
|
|
|
|
namespace Mirage.NetworkProfiler.ModuleGUI.Messages
|
|
{
|
|
internal class DrawnMessage
|
|
{
|
|
public MessageInfo Info;
|
|
public Row Row;
|
|
}
|
|
}
|