sockscape/server/DAL/Item.cs
2017-08-24 16:00:52 -05:00

14 lines
211 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SockScape.DAL {
class Item {
public ulong Id { get; set; }
}
}