Skip to content

Commit ded7657

Browse files
authored
Update BaseScript.cs
1 parent 52786f0 commit ded7657

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/CS/BaseScript.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
using System.Collections.Generic;
33
using UnityEngine;
44

5-
public class NewBehaviourScript : MonoBehaviour
6-
{
5+
public class NewBehaviourScript : MonoBehaviour {
76
// Start is called before the first frame update
8-
void Start()
9-
{
7+
void Start() {
108

119
}
1210

1311
// Update is called once per frame
14-
void Update()
15-
{
12+
void Update() {
1613

1714
}
1815
}

0 commit comments

Comments
 (0)