Skip to content

Commit 618414e

Browse files
committed
Add better naming to fit the structure of the pattern
1 parent 39493b8 commit 618414e

37 files changed

+2
-34
lines changed

Assets/Behavioral/Strategy/Examples/AI/Scripts/AI.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/Behavioral/Strategy/Examples/AI/Scripts/Client/AiComponent.cs renamed to Assets/Behavioral/Strategy/Examples/AI/Scripts/AiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Strategy
1010
* The class provides the game state to different types of AI to
1111
* interact with. Therefore making them interchangeable and easy to test.
1212
*/
13-
public class AiComponent : MonoBehaviour
13+
public class AiClient : MonoBehaviour
1414
{
1515
private enum AiType
1616
{

Assets/Behavioral/Strategy/Examples/AI/Scripts/Client/AiComponent.cs.meta renamed to Assets/Behavioral/Strategy/Examples/AI/Scripts/AiClient.cs.meta

File renamed without changes.

Assets/Behavioral/Strategy/Examples/AI/Scripts/AI/AiEasy.cs renamed to Assets/Behavioral/Strategy/Examples/AI/Scripts/AiEasy.cs

File renamed without changes.

Assets/Behavioral/Strategy/Examples/AI/Scripts/AI/AiEasy.cs.meta renamed to Assets/Behavioral/Strategy/Examples/AI/Scripts/AiEasy.cs.meta

File renamed without changes.

Assets/Behavioral/Strategy/Examples/AI/Scripts/AI/AiHard.cs renamed to Assets/Behavioral/Strategy/Examples/AI/Scripts/AiHard.cs

File renamed without changes.

Assets/Behavioral/Strategy/Examples/AI/Scripts/AI/AiHard.cs.meta renamed to Assets/Behavioral/Strategy/Examples/AI/Scripts/AiHard.cs.meta

File renamed without changes.

Assets/Behavioral/Strategy/Examples/AI/Scripts/AI/AiMedium.cs renamed to Assets/Behavioral/Strategy/Examples/AI/Scripts/AiMedium.cs

File renamed without changes.

Assets/Behavioral/Strategy/Examples/AI/Scripts/AI/AiMedium.cs.meta renamed to Assets/Behavioral/Strategy/Examples/AI/Scripts/AiMedium.cs.meta

File renamed without changes.

Assets/Behavioral/Strategy/Examples/AI/Scripts/Client.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)