Start refactoring UI concerns away from game and into UI logic class
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Zennysoft.Game.Ma.Implementation;
|
||||
public partial class InGameUILogic
|
||||
{
|
||||
public static class Output
|
||||
{
|
||||
public readonly record struct AnnounceMessage(string Message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user