change window wall mesh
This commit is contained in:
@@ -56,6 +56,8 @@ public abstract class BaseCharacter : MonoBehaviour
|
||||
_currentTask.UpdateStatus(MoveToPoint());
|
||||
break;
|
||||
case Tasks.Interact:
|
||||
_currentTask.UpdateStatus(TaskStatus.Waiting);
|
||||
|
||||
_currentTask.UpdateStatus(_currentTask.TagretObject.Interact());
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -130,7 +130,7 @@ public class Player : BaseCharacter
|
||||
{
|
||||
Destroy(_containerItem.gameObject);
|
||||
_containerItem = null;
|
||||
//OnContainerChanged.Invoke(this, false);
|
||||
OnContainerChanged.Invoke(this, false);
|
||||
}
|
||||
|
||||
public ContainerItem GetContainerItem()
|
||||
|
||||
Reference in New Issue
Block a user