Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no language interface in a classlib of JecsTools. #38

Open
onecatcute opened this issue Aug 10, 2024 · 0 comments
Open

There is no language interface in a classlib of JecsTools. #38

onecatcute opened this issue Aug 10, 2024 · 0 comments

Comments

@onecatcute
Copy link

In JecsTools\1.4\Assemblies\AbilityUser.dll, there is a class :

// AbilityUser, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null
// AbilityUser.StringsToTranslate
public static class StringsToTranslate
{
public static readonly string AU_AoEProperties = "Area of Effect Properties";
public static readonly string AU_TargetClass = "Targets: ";
public static readonly string AU_AoECharacters = "Characters";
public static readonly string AU_AoEFriendlyFire = "Friendly Fire: ";
public static readonly string AU_AoEMaxTargets = "Max Targets: ";
public static readonly string AU_AoEStartsFromCaster = "Starts from caster: ";
public static readonly string AU_Cooldown = "Cooldown: ";
public static readonly string AU_Type = "Type: ";
public static readonly string AU_TargetAoE = "Area of Effect";
public static readonly string AU_TargetSelf = "Targets Self";
public static readonly string AU_TargetThing = "Targets Other";
public static readonly string AU_TargetLocation = "Targets Location";
public static readonly string AU_Extra = "Extra";
public static readonly string AU_MentalStateChance = "Mental State Chance";
public static readonly string AU_EffectChance = "Effect Chance";
public static readonly string AU_BurstShotCount = "Burst Count:";
public static readonly string AU_CastSuccess = "Cast Success";
public static readonly string AU_CastFailure = "Cast Failed";
public static readonly string AU_DISABLED = "DISABLED";
}
There is no language interface in it , and language packs cannot be replaced through interfaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant