2025-02-24 23:02:43 +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 WorldInfoNpcStartNode:IWorldNode
|
2025-02-24 23:02:43 +08:00
|
|
|
{
|
|
|
|
public string Address;
|
|
|
|
}
|
|
|
|
}
|