Add most of research
This commit is contained in:
14
GOAP/Assets/Scrips/Actions/GoToHospital.cs
Normal file
14
GOAP/Assets/Scrips/Actions/GoToHospital.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class GoToHospital : AI_Action
|
||||
{
|
||||
public override bool PrePerform()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool PostPerform()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user