Begin work on outlining dynamic side
This commit is contained in:
6
PkmnLib.Dynamic/Models/Choices/PassChoice.cs
Normal file
6
PkmnLib.Dynamic/Models/Choices/PassChoice.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace PkmnLib.Dynamic.Models.Choices;
|
||||
|
||||
public interface IPassChoice : ITurnChoice
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user