22 lines
509 B
C#
22 lines
509 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
// ReSharper disable once CheckNamespace
|
|
namespace BlueWaterProject
|
|
{
|
|
public class SotController : MonoBehaviour
|
|
{
|
|
private int kingCrab;
|
|
private int jellyfish;
|
|
private int onion;
|
|
private int tomato;
|
|
private int scallion;
|
|
private int clam;
|
|
private int salt;
|
|
private int chiliPowder;
|
|
private int dinosaurEgg;
|
|
private int dinosaurMeat;
|
|
}
|
|
}
|