made an action be owned by a contact instead of actor; made another example action
This commit is contained in:
@@ -4,7 +4,7 @@ using System;
|
||||
public partial class Action : Node
|
||||
{
|
||||
public float _timerSeconds, _cooldownSeconds;
|
||||
public Actor _owner;
|
||||
public Contact _contact;
|
||||
public virtual void Fire()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user