Skip to content

Instantly share code, notes, and snippets.

View GotoFinal's full-sized avatar

Bartłomiej Mazur GotoFinal

View GitHub Profile
This file has been truncated, but you can view the full file.
SystemBoolean.op_Equality :: StaticFunc ([|"SystemBoolean"; "SystemBoolean"|],"SystemBoolean"), orig = SystemBoolean.__op_Equality__SystemBoolean_SystemBoolean__SystemBoolean
SystemBoolean.op_Inequality :: StaticFunc ([|"SystemBoolean"; "SystemBoolean"|],"SystemBoolean"), orig = SystemBoolean.__op_Inequality__SystemBoolean_SystemBoolean__SystemBoolean
SystemBoolean.op_LogicalAnd :: StaticFunc ([|"SystemBoolean"; "SystemBoolean"|],"SystemBoolean"), orig = SystemBoolean.__op_LogicalAnd__SystemBoolean_SystemBoolean__SystemBoolean
SystemBoolean.op_LogicalOr :: StaticFunc ([|"SystemBoolean"; "SystemBoolean"|],"SystemBoolean"), orig = SystemBoolean.__op_LogicalOr__SystemBoolean_SystemBoolean__SystemBoolean
SystemBoolean.op_LogicalXor :: StaticFunc ([|"SystemBoolean"; "SystemBoolean"|],"SystemBoolean"), orig = SystemBoolean.__op_LogicalXor__SystemBoolean_SystemBoolean__SystemBoolean
SystemBoolean.op_ConditionalAnd :: StaticFunc ([|"SystemBoolean"; "SystemBoolean"|],"SystemBoolean"), orig = SystemBoolean.__op_Conditi
UnityEngineAnimationsAimConstraint.GetComponent: Unknown, arity = 3, orig = UnityEngineAnimationsAimConstraint.__GetComponent__T
UnityEngineAnimationsAimConstraint.GetComponentInChildren: Unknown, arity = 4, orig = UnityEngineAnimationsAimConstraint.__GetComponentInChildren__SystemBoolean__T
UnityEngineAnimationsAimConstraint.GetComponentInChildren: Unknown, arity = 3, orig = UnityEngineAnimationsAimConstraint.__GetComponentInChildren__T
UnityEngineAnimationsAimConstraint.GetComponentsInChildren: Unknown, arity = 4, orig = UnityEngineAnimationsAimConstraint.__GetComponentsInChildren__SystemBoolean__TArray
UnityEngineAnimationsAimConstraint.GetComponentsInChildren: Unknown, arity = 3, orig = UnityEngineAnimationsAimConstraint.__GetComponentsInChildren__TArray
UnityEngineAnimationsAimConstraint.GetComponentInParent: Unknown, arity = 3, orig = UnityEngineAnimationsAimConstraint.__GetComponentInParent__T
UnityEngineAnimationsAimConstraint.GetComponentsInParent: Unknown, arity = 4, orig = UnityEngineAnimationsAimC
@GotoFinal
GotoFinal / BlockColors.java
Last active August 29, 2015 14:19
Full Item builder
package utils.builder;
public final class BlockColors
{
public static final byte WHITE = 0x0;
public static final byte ORANGE = 0x1;
public static final byte MAGENTA = 0x2;
public static final byte LIGHT_BLUE = 0x3;
public static final byte YELLOW = 0x4;
public static final byte LIME = 0x5;