Logo
Explore Help
Register Sign In
Cinka/OldThink
1
0
Fork 0
You've already forked OldThink
Code Issues Pull Requests Actions 3 Packages Projects Releases Wiki Activity
Files
03cc0508f3a6a2f1423c33f506b0255e09d24ff5
OldThink/Content.Shared/AME/SharedAMEShieldComponent.cs

23 lines
397 B
C#
Raw Normal View History

Cleanup the namespaces (#8132)
2022-05-13 00:59:03 -07:00
using Robust.Shared.Serialization;
Adds the antimatter engine (#1905) * adds antimatter engine * fixes some nullables * fixes ALL OF THE NULLABLES * adds explosions * adds fancy lighting * requested changes + license info Co-authored-by: ancientpower <ancientpowerer@gmail.com>
2020-08-29 06:05:44 -05:00
Re-organize all projects (#4166)
2021-06-09 22:19:39 +02:00
namespace Content.Shared.AME
Adds the antimatter engine (#1905) * adds antimatter engine * fixes some nullables * fixes ALL OF THE NULLABLES * adds explosions * adds fancy lighting * requested changes + license info Co-authored-by: ancientpower <ancientpowerer@gmail.com>
2020-08-29 06:05:44 -05:00
{
Seal/abstract/virtual everything (#6739)
2022-02-16 00:23:23 -07:00
[Virtual]
Adds the antimatter engine (#1905) * adds antimatter engine * fixes some nullables * fixes ALL OF THE NULLABLES * adds explosions * adds fancy lighting * requested changes + license info Co-authored-by: ancientpower <ancientpowerer@gmail.com>
2020-08-29 06:05:44 -05:00
public class SharedAMEShieldComponent : Component
{
[Serializable, NetSerializable]
public enum AMEShieldVisuals
{
Core,
CoreState
}
public enum AMECoreState
{
Off,
Weak,
Strong
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 4291ms Template: 251ms
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