public MultiTiledComponent(CustomObjectData PyTKData, BasicItemInformation info, Vector2 TileLocation, Vector2 offsetKey, MultiTiledObject obj = null) : base(PyTKData, info, TileLocation) { this.offsetKey = offsetKey; this.containerObject = obj; }