TiledMapEllipseContent.cs 245 B

123456789
  1. // Copyright (c) Craftwork Games. All rights reserved.
  2. // Licensed under the MIT license.
  3. // See LICENSE file in the project root for full license information.
  4. namespace MonoGame.Extended.Content.Tiled;
  5. public class TiledMapEllipseContent
  6. {
  7. }