mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-22 18:29:30 +00:00
9 lines
144 B
C#
9 lines
144 B
C#
using Microsoft.Xna.Framework;
|
|
|
|
namespace MonoGame.Extended.Tweening.Tests;
|
|
|
|
public class ColorHandler
|
|
{
|
|
public Color Color { get; set; }
|
|
}
|