Getting started with implementing an explicit AI, based on the Essentials one.
All checks were successful
Build / Build (push) Successful in 1m2s
All checks were successful
Build / Build (push) Successful in 1m2s
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace PkmnLib.Plugin.Gen7.AI;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Method), MeansImplicitUse]
|
||||
public class AIMoveScoreFunctionAttribute : Attribute
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user