Added tyte ref copy

This commit is contained in:
Willem Cazander 2022-04-11 21:54:10 +02:00
parent b561d2eac6
commit 7aef73b979
10 changed files with 67 additions and 10 deletions

View file

@ -12,8 +12,6 @@ import love.distributedrebirth.numberxd.base2t.part.T08PartOctal;
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
public interface BaseNumber<V extends BaseNumber<V>> {
static float CIRCLE_DEGREE = 360f;
int BãßBitCount();
default V toClone() {