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
master
crystall-punk-14/Content.Shared/SubFloor/TrayScannerUserComponent.cs

16 lines
399 B
C#
Raw Permalink Normal View History

Sloth's subfloor vismask adventure (#35347) * Add a subfloor vismask Significantly cuts down on sent entity count. * More optimisations * Fix command * Fixes * namespace cleanup * Review * Vismasks * Content update * Bandaid * awewa * Revert these * reh * Update Content.Shared/SubFloor/TrayScannerComponent.cs --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-03-21 00:57:04 +11:00
namespace Content.Shared.SubFloor;
// Don't need to network
/// <summary>
/// Added to anyone using <see cref="TrayScannerComponent"/> to handle the vismask changes.
/// </summary>
[RegisterComponent]
Fix TrayScannerUser (#35959) * Fix TrayScannerUser * Ignore * Update Content.Shared/SubFloor/TrayScannerUserComponent.cs --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-03-25 02:35:22 +11:00
public sealed partial class TrayScannerUserComponent : Component
{
/// <summary>
/// How many t-rays the user is currently using.
/// </summary>
[DataField]
public int Count;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 61ms 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