Friday, 22 August 2025 01:17:08
This commit is contained in:
@@ -4,8 +4,9 @@ using System.Collections.Generic;
|
||||
|
||||
public partial class Condition : Node
|
||||
{
|
||||
public bool _canExpire;
|
||||
public bool _canExpire, _expired;
|
||||
public int _countdown;
|
||||
public Timer _timer = new();
|
||||
public Node _target;
|
||||
public List<Trigger.On> _triggers = new();
|
||||
public List<Trigger.On> _expirations = new();
|
||||
|
||||
Reference in New Issue
Block a user