/WorldView/Structures/TerraInfo/NpcInfo.cs

# · C# · 13 lines · 12 code · 1 blank · 0 comment · 0 complexity · 55cd4523e4bdb8e7ebab79c70ac29103 MD5 · raw file

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace MoreTerra.Structures.TerraInfo
  6. {
  7. public class NpcInfo
  8. {
  9. public String name;
  10. public Int32 imageId;
  11. }
  12. }