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
7ab11dd20b00a12af00a441e634ec0c90b2dfbfa
crystall-punk-14/Content.Server/Mind/Components/VisitingMindComponent.cs

14 lines
266 B
C#
Raw Normal View History

Re-organize all projects (#4166)
2021-06-09 22:19:39 +02:00
namespace Content.Server.Mind.Components
Make deleting a visited entity not cleaning it up in the mind.
2020-08-21 17:43:27 +02:00
{
[RegisterComponent]
public sealed class VisitingMindComponent : Component
{
Mind ECS (#16826)
2023-06-18 11:33:19 -07:00
[ViewVariables]
public Mind? Mind;
Make deleting a visited entity not cleaning it up in the mind.
2020-08-21 17:43:27 +02:00
}
Refactor mind and ghost deletion code (#3680) * Refactor mind and ghost deletion code * Refactor to use EventBus and clean up deletes * Fix mind eject when being deleted * Refactor entity manager calls to use IEntity.EntityManager
2021-03-31 14:17:22 -07:00
Seal/abstract/virtual everything (#6739)
2022-02-16 00:23:23 -07:00
public sealed class MindUnvisitedMessage : EntityEventArgs
Refactor mind and ghost deletion code (#3680) * Refactor mind and ghost deletion code * Refactor to use EventBus and clean up deletes * Fix mind eject when being deleted * Refactor entity manager calls to use IEntity.EntityManager
2021-03-31 14:17:22 -07:00
{
}
Make deleting a visited entity not cleaning it up in the mind.
2020-08-21 17:43:27 +02:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 422ms Template: 20ms
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