using System; using System.Collections.Generic; using System.Text; namespace ACE.Entity { public class Vec2Duv { public float U { get; set; } public float V { get; set; } } }