mirror of
https://github.com/thebreaddev/Supercell.GUT.git
synced 2024-11-10 07:44:37 +00:00
281d2789ea
not finished. early wip state
8 lines
171 B
C#
8 lines
171 B
C#
using Supercell.GUT.Titan.Logic.Math;
|
|
|
|
namespace Supercell.GUT.Server.Database.Document;
|
|
|
|
public interface IDatabaseDocument
|
|
{
|
|
LogicLong DocumentId { get; set; }
|
|
}
|