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
df815b8f309d6fa8f7da67f328aba63fae863fd1
crystall-punk-14/Content.Server/Labels/Label/Components/LabelComponent.cs

13 lines
315 B
C#
Raw Normal View History

Cargo: pizza & bureaucracy (#5123) * add paper label component * git mv * rename namespace * add cargo printouts * more crates * directly attach paper * comment typo
2021-11-11 02:15:23 +13:00
namespace Content.Server.Labels.Components
Adds hand labelers (#4903) * Adds hand labelers * Removes unnecessary thing * Docs * Reverts some changes * Addresses comments and adds inhand sprites * Addressed comments Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
2021-10-16 21:34:05 +01:00
{
[RegisterComponent]
Seal/abstract/virtual everything (#6739)
2022-02-16 00:23:23 -07:00
public sealed class LabelComponent : Component
Adds hand labelers (#4903) * Adds hand labelers * Removes unnecessary thing * Docs * Reverts some changes * Addresses comments and adds inhand sprites * Addressed comments Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
2021-10-16 21:34:05 +01:00
{
[ViewVariables(VVAccess.ReadWrite)]
[DataField("currentLabel")]
public string? CurrentLabel { get; set; }
public string? OriginalName { get; set; }
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 288ms 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