Skip to content
View krafs's full-sized avatar

Block or report krafs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. RimRef RimRef Public

    Rimworld reference assemblies

    34 1

  2. Publicizer Publicizer Public

    MSBuild plugin for directly accessing non-public members in .NET assemblies.

    C# 54 5

  3. RimCI RimCI Public

    Rimworld example mod built with GitHub Actions

    C# 11 2

  4. Publicizing Krafs.Rimworld.Ref Publicizing Krafs.Rimworld.Ref
    1
    <Project Sdk="Microsoft.NET.Sdk">
    2
    
                  
    3
    	<PropertyGroup>
    4
    		<TargetFramework>net472</TargetFramework>
    5
    	</PropertyGroup>
  5. LevelUp LevelUp Public

    Rimworld mod for customizing colonist level up notifications.

    C# 6 8

  6. Auto-replace Krafs.Rimworld.Ref with... Auto-replace Krafs.Rimworld.Ref with local RimWorld assemblies for real code in the IDE
    1
    <!--
    2
        Use Krafs.Rimworld.Ref in mod projects while letting the IDE display real method bodies
    3
        instead of stubs when navigating or decompiling.
    4
    5
        Copy this file as Directory.Build.targets next to your .csproj or in any parent directory.