mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-15 15:19:57 +00:00
ad749d801a
Closes #187 Closes #188 Minimap performance improvements Add context menues for main player and living entities
14 lines
296 B
C#
14 lines
296 B
C#
using System.Windows.Controls;
|
|
|
|
namespace Daybreak.Controls;
|
|
/// <summary>
|
|
/// Interaction logic for LivingEntityContextMenu.xaml
|
|
/// </summary>
|
|
public partial class LivingEntityContextMenu : UserControl
|
|
{
|
|
public LivingEntityContextMenu()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|