Sorry Darrel.
This commit is contained in:
commit
531ce602f4
2 changed files with 4 additions and 0 deletions
Binary file not shown.
|
@ -6,6 +6,10 @@ using UnityEngine.SceneManagement;
|
|||
|
||||
public class MonsterManager : MonoBehaviour {
|
||||
|
||||
void Start() {
|
||||
|
||||
}
|
||||
|
||||
public void saveMonster ()
|
||||
{
|
||||
StringBuilder eyePos = new StringBuilder();
|
||||
|
|
Reference in a new issue