nice nice nice
This commit is contained in:
14
resources/GainHypeAction.cs
Normal file
14
resources/GainHypeAction.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Godot;
|
||||
using yourareanaiceo;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class GainHypeAction : MeetingActionResource
|
||||
{
|
||||
[Export]
|
||||
public int Amount;
|
||||
|
||||
public override void Execute(GameState gameState)
|
||||
{
|
||||
gameState.Company.Hype += Amount;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user