Skip to content

Commit c169d1f

Browse files
TimtyGpandinocoder
authored andcommitted
Feature Show Chat Bubble In Proximity
1 parent dd76438 commit c169d1f

File tree

6 files changed

+170
-162
lines changed

6 files changed

+170
-162
lines changed

Framework/Intersect.Framework.Core/GameObjects/Events/Commands/EventCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public partial class AddChatboxTextCommand : EventCommand
181181

182182
public bool ShowChatBubble { get; set; }
183183

184-
public bool SendToAllPlayers { get; set; }
184+
public bool ShowChatBubbleInProximity { get; set; }
185185

186186
}
187187

Intersect.Editor/Forms/Editors/Events/Event Commands/EventCommand_ChatboxText.Designer.cs

Lines changed: 161 additions & 151 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)