Test projects are working.
This commit is contained in:
12
Vector3VisualizerSource/Vector3Model.cs
Normal file
12
Vector3VisualizerSource/Vector3Model.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Runtime.Serialization;
|
||||
namespace Vector3VisualizerSource;
|
||||
|
||||
[DataContract]
|
||||
public class Vector3Model
|
||||
{
|
||||
[DataMember]
|
||||
public string Vector3 { get; set; } = "Null";
|
||||
[DataMember]
|
||||
public string Quaternion { get; set; } = "Null";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user