2024-11-03 16:38:17 +08:00
|
|
|
using System;
|
|
|
|
using System.Collections;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
namespace BITKit.WorldNode
|
|
|
|
{
|
|
|
|
[Serializable]
|
2025-03-09 13:38:23 +08:00
|
|
|
public class WorldInfoPlayerStart:IWorldNode
|
2024-11-03 16:38:17 +08:00
|
|
|
{
|
2025-03-09 13:38:23 +08:00
|
|
|
|
2024-11-03 16:38:17 +08:00
|
|
|
}
|
|
|
|
}
|