forked from Shardstone/trail-into-darkness
popup changes
This commit is contained in:
@@ -3,9 +3,9 @@ using UnityEngine;
|
||||
|
||||
namespace Jovian.PopupSystem {
|
||||
public struct PopupContentBuilder {
|
||||
readonly PopupView view;
|
||||
readonly PopupReference view;
|
||||
|
||||
public PopupContentBuilder(PopupView view) {
|
||||
public PopupContentBuilder(PopupReference view) {
|
||||
this.view = view;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user