Framing Basics

This commit is contained in:
2026-07-12 12:31:14 -05:00
parent 05a6eb9d3c
commit e37e4c97d9
8 changed files with 47 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace EoM_Redux;
public interface ISubtleEffect
{
void ApplyEffect();
}