12 lines
217 B
C#
12 lines
217 B
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
|
|
namespace BITKit.WorldNode
|
|
{
|
|
[Serializable]
|
|
public class WorldInfoNpcStartNode:IWorldNode
|
|
{
|
|
public string Address;
|
|
}
|
|
} |