7 lines
138 B
C#
7 lines
138 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public interface IGameDataRuntimeId
|
|
{
|
|
int RuntimeId { get; set; }
|
|
}
|
|
} |