Spaces:
Runtime error
Runtime error
using System; | |
using System.Runtime.InteropServices; | |
using Photon.Deterministic; | |
namespace Quantum | |
{ | |
[ | ]|
[ | ]|
public partial class IdleAction : AIAction | |
{ | |
public override unsafe void Update(Frame frame, EntityRef entity) | |
{ | |
} | |
} | |
} | |