1
This commit is contained in:
@@ -5,14 +5,8 @@ using System.Collections.Generic;
|
||||
namespace BITKit.WorldNode
|
||||
{
|
||||
[Serializable]
|
||||
public struct WorldInfoPlayerStart:IWorldNode
|
||||
public class WorldInfoPlayerStart:IWorldNode
|
||||
{
|
||||
public static WorldInfoPlayerStart Current { get; set; }
|
||||
public int Id { get; set; }
|
||||
public object WorldObject { get; set; }
|
||||
public void Initialize()
|
||||
{
|
||||
Current = this;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user