mirror of
https://github.com/ConjureETS/DeathBook.git
synced 2026-03-23 20:10:58 +00:00
Renamed Status to ShoutBubble
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
This commit is contained in:
parent
8cededcf49
commit
cba8d2501b
@ -72,8 +72,8 @@ namespace DeathBook.Model
|
||||
private System.Action onSelected;
|
||||
public System.Action OnSelected {get {return onSelected;} set { onSelected = value; } }
|
||||
|
||||
private Status status = null;
|
||||
public Status CurrentStatus
|
||||
private ShoutBubble status = null;
|
||||
public ShoutBubble CurrentStatus
|
||||
{
|
||||
get { return status; }
|
||||
set { status = value; NotifyObservers(); }
|
||||
@ -157,7 +157,7 @@ namespace DeathBook.Model
|
||||
|
||||
if (Random.value < 0.2f)
|
||||
{
|
||||
CurrentStatus = new Status(GameLevel.GameTime, f);
|
||||
CurrentStatus = new ShoutBubble(GameLevel.GameTime, f);
|
||||
}
|
||||
|
||||
//Debug.Log("I am " + id + " and I know my friend " + f.Friend.Id + " was killed.. " + strategyOutput);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user