Projektdateien hinzufügen.
This commit is contained in:
12
AssembledObject.cs
Normal file
12
AssembledObject.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.IO.Hashing;
|
||||
|
||||
public class AssembledObject {
|
||||
private static XxHash32 _hash = new XxHash32();
|
||||
|
||||
private BitArray _shape;
|
||||
|
||||
public override int GetHashCode() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user