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
7817681894de8c01280bc22241e5dd83751803bd
crystall-punk-14/Content.Shared/GameObjects/Components/Trigger/TriggerVisuals.cs

21 lines
342 B
C#
Raw Normal View History

Explosions and Grenades, Triggers, OnDestroy, OnExAct, Fueltanks and destructible tables (#247) * initial explosiveComponent * remove garbagee * assets * tile mass deletion baby * grenades * tweaks * Update Content.Server/GameObjects/Components/Explosion/ExplosiveComponent.cs Co-Authored-By: Pieter-Jan Briers <pieterjan.briers@gmail.com> * Ex_act based on damage, fixes and tweaks * One finishing touch Done the most cringe way * ex_act explosions, tables are destructible now also adds fuel tanks * adds ex_act to mobs
2019-06-07 16:15:20 +05:00
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.GameObjects.Components.Triggers
{
[NetSerializable]
[Serializable]
public enum TriggerVisuals
{
VisualState,
}
[NetSerializable]
[Serializable]
public enum TriggerVisualState
{
Primed,
Unprimed,
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 42ms 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