Skip to content

Commit

Permalink
update data with the latest protocol data (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrade-dcl authored Jan 3, 2024
1 parent 0668b4a commit 4bdd270
Show file tree
Hide file tree
Showing 43 changed files with 12,998 additions and 6,329 deletions.

This file was deleted.

54 changes: 7 additions & 47 deletions Explorer/Assets/Protocol/DecentralandProtocol/Animator.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ static AnimatorReflection() {
"CipkZWNlbnRyYWxhbmQvc2RrL2NvbXBvbmVudHMvYW5pbWF0b3IucHJvdG8S",
"G2RlY2VudHJhbGFuZC5zZGsuY29tcG9uZW50cyJLCgpQQkFuaW1hdG9yEj0K",
"BnN0YXRlcxgBIAMoCzItLmRlY2VudHJhbGFuZC5zZGsuY29tcG9uZW50cy5Q",
"QkFuaW1hdGlvblN0YXRlItYBChBQQkFuaW1hdGlvblN0YXRlEgwKBG5hbWUY",
"ASABKAkSDAoEY2xpcBgCIAEoCRIUCgdwbGF5aW5nGAMgASgISACIAQESEwoG",
"d2VpZ2h0GAQgASgCSAGIAQESEgoFc3BlZWQYBSABKAJIAogBARIRCgRsb29w",
"GAYgASgISAOIAQESGQoMc2hvdWxkX3Jlc2V0GAcgASgISASIAQFCCgoIX3Bs",
"YXlpbmdCCQoHX3dlaWdodEIICgZfc3BlZWRCBwoFX2xvb3BCDwoNX3Nob3Vs",
"ZF9yZXNldEIUqgIRRENMLkVDU0NvbXBvbmVudHNiBnByb3RvMw=="));
"QkFuaW1hdGlvblN0YXRlIs4BChBQQkFuaW1hdGlvblN0YXRlEgwKBGNsaXAY",
"AiABKAkSFAoHcGxheWluZxgDIAEoCEgAiAEBEhMKBndlaWdodBgEIAEoAkgB",
"iAEBEhIKBXNwZWVkGAUgASgCSAKIAQESEQoEbG9vcBgGIAEoCEgDiAEBEhkK",
"DHNob3VsZF9yZXNldBgHIAEoCEgEiAEBQgoKCF9wbGF5aW5nQgkKB193ZWln",
"aHRCCAoGX3NwZWVkQgcKBV9sb29wQg8KDV9zaG91bGRfcmVzZXRKBAgBEAJC",
"FKoCEURDTC5FQ1NDb21wb25lbnRzYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::DCL.ECSComponents.PBAnimator), global::DCL.ECSComponents.PBAnimator.Parser, new[]{ "States" }, null, null, null, null),
new pbr::GeneratedClrTypeInfo(typeof(global::DCL.ECSComponents.PBAnimationState), global::DCL.ECSComponents.PBAnimationState.Parser, new[]{ "Name", "Clip", "Playing", "Weight", "Speed", "Loop", "ShouldReset" }, new[]{ "Playing", "Weight", "Speed", "Loop", "ShouldReset" }, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::DCL.ECSComponents.PBAnimationState), global::DCL.ECSComponents.PBAnimationState.Parser, new[]{ "Clip", "Playing", "Weight", "Speed", "Loop", "ShouldReset" }, new[]{ "Playing", "Weight", "Speed", "Loop", "ShouldReset" }, null, null, null)
}));
}
#endregion
Expand Down Expand Up @@ -272,7 +272,6 @@ public PBAnimationState() {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PBAnimationState(PBAnimationState other) : this() {
_hasBits0 = other._hasBits0;
name_ = other.name_;
clip_ = other.clip_;
playing_ = other.playing_;
weight_ = other.weight_;
Expand All @@ -288,21 +287,6 @@ public PBAnimationState Clone() {
return new PBAnimationState(this);
}

/// <summary>Field number for the "name" field.</summary>
public const int NameFieldNumber = 1;
private string name_ = "";
/// <summary>
/// the identifier for this animation, to use in scene code
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string Name {
get { return name_; }
set {
name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}

/// <summary>Field number for the "clip" field.</summary>
public const int ClipFieldNumber = 2;
private string clip_ = "";
Expand Down Expand Up @@ -473,7 +457,6 @@ public bool Equals(PBAnimationState other) {
if (ReferenceEquals(other, this)) {
return true;
}
if (Name != other.Name) return false;
if (Clip != other.Clip) return false;
if (Playing != other.Playing) return false;
if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Weight, other.Weight)) return false;
Expand All @@ -487,7 +470,6 @@ public bool Equals(PBAnimationState other) {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (Name.Length != 0) hash ^= Name.GetHashCode();
if (Clip.Length != 0) hash ^= Clip.GetHashCode();
if (HasPlaying) hash ^= Playing.GetHashCode();
if (HasWeight) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Weight);
Expand All @@ -512,10 +494,6 @@ public void WriteTo(pb::CodedOutputStream output) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (Name.Length != 0) {
output.WriteRawTag(10);
output.WriteString(Name);
}
if (Clip.Length != 0) {
output.WriteRawTag(18);
output.WriteString(Clip);
Expand Down Expand Up @@ -550,10 +528,6 @@ public void WriteTo(pb::CodedOutputStream output) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (Name.Length != 0) {
output.WriteRawTag(10);
output.WriteString(Name);
}
if (Clip.Length != 0) {
output.WriteRawTag(18);
output.WriteString(Clip);
Expand Down Expand Up @@ -588,9 +562,6 @@ public void WriteTo(pb::CodedOutputStream output) {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (Name.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
}
if (Clip.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(Clip);
}
Expand Down Expand Up @@ -621,9 +592,6 @@ public void MergeFrom(PBAnimationState other) {
if (other == null) {
return;
}
if (other.Name.Length != 0) {
Name = other.Name;
}
if (other.Clip.Length != 0) {
Clip = other.Clip;
}
Expand Down Expand Up @@ -657,10 +625,6 @@ public void MergeFrom(pb::CodedInputStream input) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 10: {
Name = input.ReadString();
break;
}
case 18: {
Clip = input.ReadString();
break;
Expand Down Expand Up @@ -700,10 +664,6 @@ public void MergeFrom(pb::CodedInputStream input) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 10: {
Name = input.ReadString();
break;
}
case 18: {
Clip = input.ReadString();
break;
Expand Down
Loading

0 comments on commit 4bdd270

Please sign in to comment.