first commit
This commit is contained in:
13
Gameplay/Opponent.cs
Normal file
13
Gameplay/Opponent.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Godot;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
public partial class Opponent : Player
|
||||
{
|
||||
|
||||
public void MakeMove()
|
||||
{
|
||||
// CREATE CODE TO MAKE ENEMY MOVES
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user