Kitchen object creation and spawning
This commit is contained in:
parent
989648c00b
commit
1729ddf5c6
22 changed files with 462 additions and 3 deletions
|
@ -81,12 +81,12 @@ public class Player : MonoBehaviour
|
|||
SetSelectedCounter(clearCounter);
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (selectedCounter != null)
|
||||
{
|
||||
SetSelectedCounter(null);
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (selectedCounter != null)
|
||||
{
|
||||
SetSelectedCounter(null);
|
||||
}
|
||||
|
|
Reference in a new issue