Spaces:
Runtime error
Runtime error
using System; | |
using Photon.Deterministic; | |
namespace Quantum | |
{ | |
[ | ]|
[ | ]|
public partial class TrueDecision : HFSMDecision | |
{ | |
public override unsafe bool Decide(Frame frame, EntityRef entity) | |
{ | |
return true; | |
} | |
} | |
} | |