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
34bb6310faac9f91bb2000c9cf637b4e81e28acd
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: 41ms Template: 2ms
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