PageRenderTime 844ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/WorldView/Structures/TerraInfo/RenameInfo.cs

#
C# | 13 lines | 12 code | 1 blank | 0 comment | 0 complexity | 68c6f1fef165250e03dc88976d784654 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 RenameInfo
  8. {
  9. public String name;
  10. public String newName;
  11. }
  12. }