initial commit
This commit is contained in:
parent
8766216908
commit
23576e137e
1033 changed files with 499339 additions and 0 deletions
21
Assets/Plugins/Bremsengine/Googly Eyes/GooglyEye.cs
Normal file
21
Assets/Plugins/Bremsengine/Googly Eyes/GooglyEye.cs
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Bremsengine
|
||||
{
|
||||
public class GooglyEye : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue