mirror of
https://github.com/NexusForever/NexusForever
synced 2026-08-14 00:26:05 -04:00
14 lines
423 B
C#
14 lines
423 B
C#
namespace NexusForever.Shared.GameTable.Model
|
|
{
|
|
public class ResourceConversionGroupEntry
|
|
{
|
|
public uint Id;
|
|
public uint Flags;
|
|
public uint ResourceConversionId00;
|
|
public uint ResourceConversionId01;
|
|
public uint ResourceConversionId02;
|
|
public uint ResourceConversionId03;
|
|
public uint ResourceConversionId04;
|
|
public uint ResourceConversionId05;
|
|
}
|
|
}
|