game: prune this script i used to teach the lam
This commit is contained in:
parent
872f3f263e
commit
534e96a150
|
@ -1,18 +0,0 @@
|
||||||
using UnityEngine;
|
|
||||||
|
|
||||||
public class Playground
|
|
||||||
{
|
|
||||||
private float _score;
|
|
||||||
|
|
||||||
private void SomethingSomethingScore()
|
|
||||||
{
|
|
||||||
var score = 0.0f;
|
|
||||||
|
|
||||||
_score = score;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void ShowTheScore()
|
|
||||||
{
|
|
||||||
Debug.Log(_score);
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
fileFormatVersion: 2
|
|
||||||
guid: 662d126b54a54d9ebe6a1dc716d199e3
|
|
||||||
timeCreated: 1731830473
|
|
Reference in a new issue