From acea7b2e728787a0d83bbf83c8c1f042d2c32e7e Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Mon, 3 Jun 2024 10:15:45 +0800 Subject: + plugins project --- .../tests/MonoGame.Extended.Tweening.Tests/ColorHandler.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Plugins/MonoGame.Extended/tests/MonoGame.Extended.Tweening.Tests/ColorHandler.cs (limited to 'Plugins/MonoGame.Extended/tests/MonoGame.Extended.Tweening.Tests/ColorHandler.cs') diff --git a/Plugins/MonoGame.Extended/tests/MonoGame.Extended.Tweening.Tests/ColorHandler.cs b/Plugins/MonoGame.Extended/tests/MonoGame.Extended.Tweening.Tests/ColorHandler.cs new file mode 100644 index 0000000..a4cddc0 --- /dev/null +++ b/Plugins/MonoGame.Extended/tests/MonoGame.Extended.Tweening.Tests/ColorHandler.cs @@ -0,0 +1,8 @@ +using Microsoft.Xna.Framework; + +namespace MonoGame.Extended.Tweening.Tests; + +public class ColorHandler +{ + public Color Color { get; set; } +} -- cgit v1.1-26-g67d0