merge arlo

This commit is contained in:
HelarJ
2022-04-11 19:13:05 +03:00
79 changed files with 7072 additions and 12 deletions

View File

@@ -0,0 +1,21 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SlimeAI : MonoBehaviour
{
Animator animator;
float playerDistance;
// Start is called before the first frame update
void Start()
{
animator = GetComponent<Animator>();
}
// Update is called once per frame
void Update()
{
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 2a6f17609e4d7c441b8f85c0f90c1a13
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: