/WorldView/Structures/TerraInfo/NpcInfo.cs
# · C# · 13 lines · 12 code · 1 blank · 0 comment · 0 complexity · 55cd4523e4bdb8e7ebab79c70ac29103 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
-
- namespace MoreTerra.Structures.TerraInfo
- {
- public class NpcInfo
- {
- public String name;
- public Int32 imageId;
- }
- }