public ObjectAttributeMemory() { for (int i = 0; i < 64; ++i) { entries[i] = new ObjectAttributeEntry(); } }
public ObjectAttributeEntry(ObjectAttributeEntry other) { Attributes = other.Attributes.Clone() as Attributes; X = other.X; Y = other.Y; Id = other.Id; }