13 lines
192 B
C#
13 lines
192 B
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
|
|
namespace BITKit.WorldNode
|
|
{
|
|
[Serializable]
|
|
public class WorldInfoPlayerStart:IWorldNode
|
|
{
|
|
|
|
}
|
|
}
|