TO SQUASH: Added yummies.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class YummyLaser : YummyBase
|
||||
{
|
||||
protected override void ObtainedCallback(Player player)
|
||||
{
|
||||
player.laserCount += 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user