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
5de0be6342b6d60f0143741349d7de8e91f4e805
crystall-punk-14/Content.Server/Visible/VisibilityFlags.cs

11 lines
170 B
C#
Raw Normal View History

Re-organize all projects (#4166)
2021-06-09 22:19:39 +02:00
namespace Content.Server.Visible
Ghosts now make use of the new "entity visibility" engine functionality
2020-04-10 16:28:14 +02:00
{
[Flags]
Moved VisibilityFlags to EyeComponent (#3716) Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2021-03-27 17:37:19 -07:00
public enum VisibilityFlags : uint
Ghosts now make use of the new "entity visibility" engine functionality
2020-04-10 16:28:14 +02:00
{
Moved VisibilityFlags to EyeComponent (#3716) Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2021-03-27 17:37:19 -07:00
None = 0,
Normal = 1 << 0,
Ghost = 1 << 1,
Ghosts now make use of the new "entity visibility" engine functionality
2020-04-10 16:28:14 +02:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 394ms 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