Create frying recipes
This commit is contained in:
parent
895bc4e17c
commit
44d3bb1a03
21 changed files with 786 additions and 6 deletions
8
Assets/Scripts/Counters/StoveCounter.cs
Normal file
8
Assets/Scripts/Counters/StoveCounter.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class StoveCounter : BaseCounter
|
||||
{
|
||||
|
||||
}
|
Reference in a new issue