PageRenderTime 29ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/WorldView/Structures/TerraInfo/RecolorInfo.cs

#
C# | 15 lines | 14 code | 1 blank | 0 comment | 0 complexity | b2f09d4c6215ee0b2bc34315f11831f9 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 RecolorInfo
  8. {
  9. public String name;
  10. public Single tintR;
  11. public Single tintG;
  12. public Single tintB;
  13. }
  14. }