Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
8b2f28f155b19dfd19c1a42dee5f2bd24cbb5737
crystall-punk-14/Content.Shared/Interfaces/GameObjects/Components/Interaction/ITargetedInteractEventArgs.cs

18 lines
393 B
C#
Raw Normal View History

Moved interaction interfaces from Server to Shared.
2020-07-18 22:51:56 -07:00
using Robust.Shared.Interfaces.GameObjects;
Click Drag Functionality + Refactor Interaction Interfaces (#1125) Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com> Co-authored-by: ComicIronic <comicironic@gmail.com> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2020-07-06 14:27:03 -07:00
Moved interaction interfaces from Server to Shared.
2020-07-18 22:51:56 -07:00
namespace Content.Shared.Interfaces.GameObjects.Components
Click Drag Functionality + Refactor Interaction Interfaces (#1125) Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com> Co-authored-by: ComicIronic <comicironic@gmail.com> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2020-07-06 14:27:03 -07:00
{
public interface ITargetedInteractEventArgs
{
/// <summary>
/// Performer of the attack
/// </summary>
IEntity User { get; }
/// <summary>
/// Target of the attack
/// </summary>
IEntity Target { get; }
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 65ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API