add plugins, format the assets folder
This commit is contained in:
parent
d2649742ec
commit
94f5a5e209
966 changed files with 492225 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